ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientSelectionChanged Property

In This Topic
    OnClientSelectionChanged Property (FlexGridBase<T>)
    In This Topic
    Occurs after selection changes.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientSelectionChanged As String
    public virtual string OnClientSelectionChanged {get; set;}
    See Also